home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 3 / Assassins 3 - The Ultimate Games CD (1997)(Weird Science)[!][Amiga-CD32-CDTV].iso / extra_memory_needed / xconq / lib / napoleon.per < prev    next >
Text File  |  1995-03-06  |  4KB  |  150 lines

  1. Xconq 0 -+---- Napoleonic era
  2. Period 0
  3.  
  4. "1800" period-name
  5.  
  6. "i" "infantry" "the backbone of the army" utype
  7. "c" "cavalry" "zips around for shock effect" utype
  8. "a" "artillery" "slow but pounds on infantry" utype
  9. "t" "transport" "" utype
  10. "f" "frigate" "" utype
  11. "F" "fleet" "a full line of battle fleet" utype
  12. "B" "balloon" "fragile but good for reconnaissance" utype
  13. "/" "fortifications" "" utype
  14. "*" "city" "" utype
  15. "@" "capital" "" utype
  16.  
  17. "$" "food" "" rtype
  18. "s" "shot" "" rtype  ; what artillery and ships use
  19.  
  20. "." "sea" "sky blue" ttype
  21. "," "shallows" "cyan" ttype
  22. "=" "swamp" "gray" ttype
  23. "+" "plains" "green" ttype
  24. "%" "forest" "forest green" ttype
  25. "~" "desert" "yellow" ttype
  26. "^" "mountains" "sienna" ttype
  27. "_" "ice" "white" ttype
  28.  
  29. [   0  69  70  71  71  71  95  99 ] t* min-alt
  30. [  69  70  71  95  95  95  99 100 ] t* max-alt
  31. [   0   0   0  20  80   0   0   0 ] t* min-wet
  32. [ 100 100 100  80 100  20 100 100 ] t* max-wet
  33.  
  34. ice edge-terrain
  35.  
  36. "soldiers" i icon-name
  37. "cavalry" c icon-name
  38. "cannon" a icon-name
  39. "brig" t icon-name
  40. "frigate" f icon-name
  41. "twodecker" F icon-name
  42. "balloon" B icon-name
  43. "camp" / icon-name
  44. "town20" * icon-name
  45. "city18" @ icon-name
  46.  
  47. [ plains desert forest mountains ] "land" define
  48. [ i c a t f F B ] "movers" define
  49. [ i c a ] "land-forces" define
  50. [ t f F ] "ships" define
  51.  
  52. 1 [ * @ ] named
  53. [ 1 5 25 ] [ / * @ ] territory
  54.  
  55. 1 @ in-country
  56. 5 * in-country
  57. 100 * density
  58. 100 plains [ / * @ ] favored
  59. @ first-unit
  60. i first-product
  61. true u* already-seen
  62.  
  63. [ 4 10 10 15 20 30 30 ] movers @ make
  64. [ 4 10 10 15 20 30 30 ] movers * make
  65. 0 B * make
  66. 8 / i make
  67. 8 / c make
  68. 1 [ * @ ] maker
  69. 20 u* startup
  70. 0 i startup
  71. 50 B research
  72. 1 u* [ * @ ] repair
  73. 10 [ f F ] [ f F ] repair
  74.  
  75. 1 food land-forces produce
  76. 1 food / produce
  77. 10 [ food shot ] [ * @ ] produce
  78. 100 [ plains forest ] land-forces productivity
  79. 100 [ plains forest mountains ] / productivity
  80. 0 desert / productivity
  81. 100 plains [ * @ ] productivity
  82. 70 [ forest mountains ] [ * @ ] productivity
  83. 30 desert [ * @ ] productivity
  84. [ 4 10  4 300 300 300  0 10 500 1000 ] food u* storage
  85. [ 1  0 30  30  30  50  0 100 200 400 ] shot u* storage
  86. 1 food land-forces consume
  87. 1 food ships consume
  88. -1 r* land-forces out-length
  89.  
  90. [ 1 3 1 2 5 3 5 ] movers speed
  91.  
  92. 0 land land-forces moves
  93. -1 [ forest mountains ] a moves
  94. 2 [ forest mountains ] c moves
  95. 0 [ sea shallows ] [ t f F ] moves
  96. 1 shallows f moves
  97. -1 shallows F moves
  98. 0 t* B moves
  99. 0 land [ / * @ ] moves  ; looks strange, but needed to define allowable places
  100.  
  101. 5 u* * capacity
  102. 10 u* * capacity
  103. 5 u* [ * @ ] capacity
  104. 1 u* / capacity
  105. [ 5 2 1 ] land-forces t capacity
  106. [ 1 ] [ i ] f capacity
  107. [ 2 1 ] [ i c ] F capacity
  108. 0 [ / * @ ] [ / * @ ] capacity
  109.  
  110. [ 1 1 1 2 3 6 1 10 20 40 ] u* hp
  111.  
  112. ; old...
  113. ; [ 40  30  70  20  10   5  60  10  10  10 ] u* i hit
  114. ; [ 50  40  70  10   5   1  20  10  10  10 ] u* c hit
  115. ; [ 60  60  30  50  50  40  10  99  99  99 ] u* a hit
  116. ; [ 20  30  10  20  10  10   5   0   0   0 ] u* t hit
  117. ; [ 50  40  25  60  50  50  10  60  60  60 ] u* f hit
  118. ; [ 50  50  30  80  40  50  50 100 100 100 ] u* F hit
  119. ; [ 10  10  10  10  10  10  10  10  10  10 ] u* B hit
  120. ; [  0   0   0   0   0   0   0   0   0   0 ] u* / hit
  121. ; [ 20  20  20  20  20  20  20  20  20  20 ] u* * hit
  122. ; [ 40  40  40  40  40  40  40  40  40  40 ] u* @ hit
  123.  
  124. [ 40  50  30  20  10   5  75  99  99  99 ] u* i hit
  125. [ 40  50  30  10   5   2  50  50  50  50 ] u* c hit
  126. [ 60  70  60  50  50  40  20  99  99  99 ] u* a hit
  127. [ 20  30  10  20  10  10  10  10  10  10 ] u* t hit
  128. [ 30  40  20  60  50  50  20  60  60  60 ] u* f hit
  129. [ 40  50  30  80  40  50  50 100 100 100 ] u* F hit
  130. [ 10  10  10  10  10  10  10  10  10  10 ] u* B hit
  131. [  0   0   0   0   0   0   0   0   0   0 ] u* / hit
  132. [ 20  20  20  20  20  20  20  20  20  20 ] u* * hit
  133. [ 40  40  40  40  40  40  40  40  40  40 ] u* @ hit
  134.  
  135. 1 u* u* damage
  136. 2 u* [ a ] damage
  137. 3 u* F damage
  138.  
  139. [ 20 70 50 20 ] [ a / * @ ] i capture
  140.  
  141. 1 ships can-disband
  142.  
  143. 1 [ * @ ] neutral
  144.  
  145. begin{notes}
  146. end{notes}
  147.  
  148. end
  149.  
  150.